* window.h (struct window): Prefer enum text_cursor_kinds to int
authorDmitry Antipov <dmantipov@yandex.ru>
Wed, 2 Oct 2013 12:08:27 +0000 (16:08 +0400)
committerDmitry Antipov <dmantipov@yandex.ru>
Wed, 2 Oct 2013 12:08:27 +0000 (16:08 +0400)
commit622c959a9aa5ad8f8035b622a85c0e980d03af50
treedcbede4dfe69f7d4b7e679b4d09823f8ea9cc200
parent6876a7dceb1fadda503bc972aa919aaf0ff07d9b
* window.h (struct window): Prefer enum text_cursor_kinds to int
for phys_cursor_type member.  Move the latter, phys_cursor_width,
phys_cursor_ascent and phys_cursor_height under HAVE_WINDOW_SYSTEM.
* window.c (replace_window, make_window): Adjust users.
src/ChangeLog
src/window.c
src/window.h